| 
 | 
 | 
 | 
| SftTree.RowColHeaderForeColor Property | 
Defines the row/column header's text color.
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ForeColor instead
Syntax
| VB.NET | |||
| VB | Clr = object.RowColHeaderForeColor As OLE_COLOR | ||
| C#.NET | |||
| VC++ | 
OLE_COLOR Clr = object->RowColHeaderForeColor;
 | ||
| C | HRESULT object->get_RowColHeaderForeColor(OLE_COLOR* Clr); | ||
| Delphi | Clr := object.RowColHeaderForeColor : TColor; | ||
| VB.NET | |||
| VB | object.RowColHeaderForeColor = Clr As OLE_COLOR | ||
| C#.NET | |||
| VC++ | 
OLE_COLOR object->RowColHeaderForeColor = Clr;
 | ||
| C | HRESULT object->put_RowColHeaderForeColor(OLE_COLOR Clr); | ||
| Delphi | object.RowColHeaderForeColor := Clr : TColor; | ||
object
A SftTree object.
Clr
Defines the row/column header's text color. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ForeColor instead
The RowColHeaderForeColor property defines the row/column header's text color.
This property has no effect if Windows themes are used.
See Also SftTree Object | Object Hierarchy